Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/78 - Dictionary App/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/78 - Dictionary App/index.html
389 Views
0 Comments
<!Doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dictionary App</title>
<meta name="viewport" c
script.js /cody/swapnilsparsh/30DaysOfJavaScript/78 - Dictionary App/script.js
230 Views
0 Comments
const wrapper = document.querySelector(".wrapper"),
searchInput = wrapper.querySelector("input"),
synonyms = wrapper.querySelect
style.css /cody/swapnilsparsh/30DaysOfJavaScript/78 - Dictionary App/style.css
162 Views
0 Comments
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}
body {
display: flex;